#down {
  font-size: 20px;
  display: inline-block;
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  margin-bottom: 20px;
  cursor: pointer;
  color: #2DAA46;
}

.onimage #search i,
.onimage .switch-button .follow-button-text,
.onimage .social-elements li > a i,
.onimage #main-nav table {
  color: #FFF;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;.
}
.onimage #main-nav {
  border-bottom: none;.
}
[data-section="topbar"].onimage {
  background-color: transparent;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.#main-nav table td ul {
  min-width: auto;
}

#main-nav table td>a,
table#main-nav td>a {
  padding: 10px;
}

#select-language .selected {
  color: #2DAA46;
}

.index-news.flexbox-panel .flexbox-hero {
  width: 60%;
  min-width: 60%;
  min-height: 120px;
}

.index-news .flexbox-hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.3);
}

.index-news .title-news {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.index-news .flexbox-hero h4 a,
.index-news .flexbox-hero h4 {
  color: #FFF;
}

.index-news .flexbox-hero h3 {
  color: #FFF;
  background-color: #2DAA46;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.index-news.flexbox-panel .flexbox-info {
  padding: 20px;
}

.index-news.flexbox-panel .flexbox-info > div {
  position: relative;
  padding: 16px 0px;
  border-bottom: 1px solid #E0E0E0;
}

.index-news.flexbox-panel .flexbox-info > div:first-child {
  padding-top: 0px;
}
.index-news.flexbox-panel .flexbox-info > div:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.item-panel.column .flexbox-info {
  min-height: auto;
}

footer .icons-inline {
	margin-bottom: 0px;
  margin-left: 0px;
}


[data-section="header"] .viewport:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
[data-section="header"] .absolute-bottomleft,
[data-section="header"] h1 {
	z-index: 2;
}

/*OFICINAS*/
.item-panel .member-panel .flexbox-info {
	min-height: auto;
}

.actor-panel img {
	border: 1px solid #E4E4E4;
}

.actor-panel {
	padding-right: 26px;
}

.actor-panel p {
	margin-bottom: 6px;
}

.actor-panel .flexbox-hero {
	width: 60px;
  min-width: 60px;
  height: 60px;
}

.actor-panel h4 {
	padding-bottom: 0px;
}

.actor-panel .flexbox-panel {
  margin-bottom: 0px;
}

.actor-panel:hover {
	background-color: #eeffc3;
}

.actorsearch {
	background-color: #FFF;
  margin-bottom: 20px;
  position: relative;
}

.actorsearch input {
	padding: 6px 160px 7px 20px;
  line-height: 26px;
  width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.actorsearch button {
	top: 1px;
  right: 1px;
}

.actorsearch button:focus {
  outline: none;
}

.actorsearch input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
.actorsearch input:focus {
  box-shadow: 0 0 5px rgba(234, 251, 182, 1);
  border: 1px solid rgba(234, 251, 182, 1);
}


/*End*/

.gm-style .item-author img {
    max-width: 100% !important;
}


.pdf-cover:before {
    background-color: #2DAA46;
}

@media screen and (max-width: 767px) {
  .index-news.flexbox-panel {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
.index-news.flexbox-panel .flexbox-hero {
  width: 100%;
  min-width: 100%;
}
.index-news.flexbox-panel .title-news {
  position: relative;
}
.widget #main-nav {
  background-color: #F8F8F8;
  padding-top: 76px;
}
[data-section="topbar"].onimage .widget #main-nav {
  background-color: #333;
}
}
.labelimage {
  background-color: rgba(0,0,0,0.4);
  padding: 24px;
  color: #FFF;
  font-size: 16px;
}
.labelimage h2 {
  color: #b1c225;
}

.widget-content .labelimage p {
  line-height: 24px;
}

.quienes-even,
.quienes-odd {
	height: 160px;
}

.quienes-pad {
	padding: 20px;
}

.quienes-pad h2 {
	border-bottom: 2px solid #2DAA46;
}

.item-panel .share-rrss a {
	font-family: "chilfont";
}

.only-print {
	display: none;
}

.actorsearch .ch-button.ch-button-inactive {
  border: none;
  background-color: #D8D8D8;
  color: #505050;
}

.actorsearch .ch-button.ch-button-inactive:hover {
	background-color: #2DAA46;
  color: #FFF;
}

.actor-add {
	border: 1px solid #FFF;
}

.actor-add:hover {
	border: 1px dashed #d8d8d8;
  box-sizing: border-box;
  background-color: transparent;
}

.widget-secretary h2,
.widget-actors h2 {
	border-bottom: 2px solid #2DAA46;
}

.widget-secretary .member-panel .flexbox-hero {
	width: 200px;
  min-width: 200px;
  height: 200px;
}

.widget-actors .member-panel .flexbox-hero {
	width: 120px;
  min-width: 120px;
  height: 120px;
}

/*______   ZONES   ______*/

.zones-panel {
	padding: 10px;
  box-sizing: border-box;
}

.zones-panel > div {
	border: 1px solid #DEDEDE;
}

.zones-panel h4 {
	padding: 10px;
  font-weight: 600;
}

.zone-item a {
	display: block;
	padding: 10px 10px 10px 20px;
}

.zone-item a:hover {
	background-color: #f4fbbe;
  color: #606060;
}


/*End*/


.widget-content .post-panel h4 {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}

.post-panel .flexbox-info {
	padding: 16px;
  background-color: #FFF;
}


.post-panel {
position: relative;
}

.post-panel .flexbox-hero {
	margin-right: 20px;
}


/*______   MESSAGE   ______*/

.alert-holder {
  padding: 10px;
  margin-bottom: 30px;
  background-color: #ffa6a6;
  color: #e04242;
  border: 1px solid;
  border-radius: 4px;
}

.alert-holder p {
	color: inherit;
}

.advise-holder a.register-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}

.subscribe-holder {
  display: none;
}

.button-submit {
  line-height: 30px;
}

.show-registerform {
  color: #b33030;
  text-decoration: underline;
}


.question-panel .constant-left {
	margin-bottom: 0px;
}

.question-panel .fonticon-Check {
	position: absolute;
  right: 0px;
  font-size: 26px;
  color: #27c127;
}

@media print {
  #column-two {
    width: 0;
    min-width: 0;
  }
	[data-section="topbar"] {
  	display: none;
  }
  .only-print {
    display: block;
  }
  .no-print {
    display: none;
  }
  #site-nav {
    display: none;
  }

}


@media screen and (min-width: 768px) {
  .quienes-even,
  .quienes-odd {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
  }

  .quienes-odd {right: 0px;}
  .quienes-even {left:0px}

  .quienes-pad {
    padding: 60px;
  }
}


@media (min-width: 992px){
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}
}
@media (min-width: 768px){
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}
}
@media (min-width: 500px){
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}
}
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}

.ch-slidersimple .gallery-panel:before {
	content: none;
}